﻿2026-06-04T14:14:41.5280813Z Current runner version: '2.334.0'
2026-06-04T14:14:41.5290655Z Runner name: 'gravity'
2026-06-04T14:14:41.5291869Z Runner group name: 'Default'
2026-06-04T14:14:41.5293532Z Machine name: 'gravity-linux'
2026-06-04T14:14:41.5298488Z ##[group]GITHUB_TOKEN Permissions
2026-06-04T14:14:41.5304341Z Contents: read
2026-06-04T14:14:41.5305235Z Metadata: read
2026-06-04T14:14:41.5306070Z Packages: read
2026-06-04T14:14:41.5307064Z ##[endgroup]
2026-06-04T14:14:41.5311456Z Secret source: Actions
2026-06-04T14:14:41.5312634Z Prepare workflow directory
2026-06-04T14:14:41.6094448Z Prepare all required actions
2026-06-04T14:14:41.6153754Z Getting action download info
2026-06-04T14:14:42.3223906Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-04T14:14:43.5216802Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-04T14:14:43.6817245Z ##[group]Run actions/checkout@v5
2026-06-04T14:14:43.6819643Z with:
2026-06-04T14:14:43.6820950Z   repository: SaberMage/spt-core
2026-06-04T14:14:43.6837383Z   token: ***
2026-06-04T14:14:43.6838654Z   ssh-strict: true
2026-06-04T14:14:43.6839991Z   ssh-user: git
2026-06-04T14:14:43.6841312Z   persist-credentials: true
2026-06-04T14:14:43.6842763Z   clean: true
2026-06-04T14:14:43.6844083Z   sparse-checkout-cone-mode: true
2026-06-04T14:14:43.6845661Z   fetch-depth: 1
2026-06-04T14:14:43.6846962Z   fetch-tags: false
2026-06-04T14:14:43.6848309Z   show-progress: true
2026-06-04T14:14:43.6849759Z   lfs: false
2026-06-04T14:14:43.6851029Z   submodules: false
2026-06-04T14:14:43.6852471Z   set-safe-directory: true
2026-06-04T14:14:43.6854530Z ##[endgroup]
2026-06-04T14:14:43.8471079Z Syncing repository: SaberMage/spt-core
2026-06-04T14:14:43.8476923Z ##[group]Getting Git version info
2026-06-04T14:14:43.8479651Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T14:14:43.8483281Z [command]/usr/bin/git version
2026-06-04T14:14:43.8484902Z git version 2.34.1
2026-06-04T14:14:43.8490304Z ##[endgroup]
2026-06-04T14:14:43.8501812Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/0a21ba7a-7c62-4d1d-81b7-f210b6918ea6/.gitconfig'
2026-06-04T14:14:43.8507766Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/0a21ba7a-7c62-4d1d-81b7-f210b6918ea6' before making global git config changes
2026-06-04T14:14:43.8513044Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:14:43.8517316Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T14:14:43.8553625Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T14:14:43.8592256Z https://github.com/SaberMage/spt-core
2026-06-04T14:14:43.8608641Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T14:14:43.8614274Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T14:14:43.8643754Z refs/heads/dev-freeform
2026-06-04T14:14:43.8657080Z [command]/usr/bin/git checkout --detach
2026-06-04T14:14:43.8719529Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:14:43.8778280Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T14:14:43.8816194Z Deleted branch dev-freeform (was 107240e).
2026-06-04T14:14:43.8867140Z ##[endgroup]
2026-06-04T14:14:43.8868917Z [command]/usr/bin/git submodule status
2026-06-04T14:14:43.9103236Z ##[group]Cleaning the repository
2026-06-04T14:14:43.9106701Z [command]/usr/bin/git clean -ffdx
2026-06-04T14:14:43.9146704Z Removing traceable-reqs
2026-06-04T14:14:43.9159063Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T14:14:43.9216346Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:14:43.9223230Z ##[endgroup]
2026-06-04T14:14:43.9225931Z ##[group]Disabling automatic garbage collection
2026-06-04T14:14:43.9231054Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T14:14:43.9269070Z ##[endgroup]
2026-06-04T14:14:43.9271559Z ##[group]Setting up auth
2026-06-04T14:14:43.9278381Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:14:43.9321342Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T14:14:43.9562881Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:14:43.9605026Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T14:14:43.9842404Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:14:43.9883981Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T14:14:44.0139294Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T14:14:44.0199791Z ##[endgroup]
2026-06-04T14:14:44.0202227Z ##[group]Fetching the repository
2026-06-04T14:14:44.0213725Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +107240eea81599ba191fb2cd2fe93d9f2c8a0390:refs/remotes/origin/dev-freeform
2026-06-04T14:14:44.6178157Z ##[endgroup]
2026-06-04T14:14:44.6179495Z ##[group]Determining the checkout info
2026-06-04T14:14:44.6181092Z ##[endgroup]
2026-06-04T14:14:44.6189458Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T14:14:44.6245591Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T14:14:44.6285519Z ##[group]Checking out the ref
2026-06-04T14:14:44.6291810Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T14:14:44.6357193Z Switched to a new branch 'dev-freeform'
2026-06-04T14:14:44.6358269Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T14:14:44.6372239Z ##[endgroup]
2026-06-04T14:14:44.6528549Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T14:14:44.6529401Z 107240eea81599ba191fb2cd2fe93d9f2c8a0390
2026-06-04T14:14:44.6764044Z ##[group]Run cargo build --workspace --all-targets
2026-06-04T14:14:44.6764949Z [36;1mcargo build --workspace --all-targets[0m
2026-06-04T14:14:44.6795487Z shell: /usr/bin/bash -e {0}
2026-06-04T14:14:44.6796027Z ##[endgroup]
2026-06-04T14:14:45.2067560Z    Compiling proc-macro2 v1.0.106
2026-06-04T14:14:45.2087159Z    Compiling quote v1.0.45
2026-06-04T14:14:45.2130816Z    Compiling unicode-ident v1.0.24
2026-06-04T14:14:45.2131493Z    Compiling libc v0.2.186
2026-06-04T14:14:45.3071214Z    Compiling serde_core v1.0.228
2026-06-04T14:14:45.4530937Z    Compiling serde v1.0.228
2026-06-04T14:14:45.7651031Z    Compiling cfg-if v1.0.4
2026-06-04T14:14:45.8811336Z    Compiling typenum v1.20.1
2026-06-04T14:14:47.3201318Z    Compiling syn v2.0.117
2026-06-04T14:14:47.3608637Z    Compiling version_check v0.9.5
2026-06-04T14:14:47.8690423Z    Compiling portable-atomic v1.13.1
2026-06-04T14:14:48.0836830Z    Compiling memchr v2.8.1
2026-06-04T14:14:48.3771017Z    Compiling critical-section v1.2.0
2026-06-04T14:14:48.5220989Z    Compiling subtle v2.6.1
2026-06-04T14:14:48.6980981Z    Compiling generic-array v0.14.7
2026-06-04T14:14:48.8240831Z    Compiling semver v1.0.28
2026-06-04T14:14:49.1311035Z    Compiling rustc_version v0.4.1
2026-06-04T14:14:49.5060691Z    Compiling find-msvc-tools v0.1.9
2026-06-04T14:14:49.8050787Z    Compiling shlex v2.0.1
2026-06-04T14:14:49.9281104Z    Compiling smallvec v1.15.1
2026-06-04T14:14:50.0020538Z    Compiling cc v1.2.63
2026-06-04T14:14:50.1904392Z    Compiling equivalent v1.0.2
2026-06-04T14:14:50.2253815Z    Compiling itoa v1.0.18
2026-06-04T14:14:50.2400514Z    Compiling crypto-common v0.1.7
2026-06-04T14:14:50.3370858Z    Compiling pin-project-lite v0.2.17
2026-06-04T14:14:50.4010976Z    Compiling getrandom v0.2.17
2026-06-04T14:14:50.4310785Z    Compiling log v0.4.30
2026-06-04T14:14:50.5780521Z    Compiling cpufeatures v0.2.17
2026-06-04T14:14:50.6220717Z    Compiling hashbrown v0.17.1
2026-06-04T14:14:50.6701047Z    Compiling bytes v1.11.1
2026-06-04T14:14:51.5930926Z    Compiling indexmap v2.14.0
2026-06-04T14:14:51.6670968Z    Compiling futures-core v0.3.32
2026-06-04T14:14:51.7984431Z    Compiling rand_core v0.10.1
2026-06-04T14:14:51.9587419Z    Compiling bitflags v2.11.1
2026-06-04T14:14:52.2120833Z    Compiling socket2 v0.6.4
2026-06-04T14:14:52.3250694Z    Compiling getrandom v0.4.2
2026-06-04T14:14:52.5221672Z    Compiling mio v1.2.1
2026-06-04T14:14:52.7693421Z    Compiling stable_deref_trait v1.2.1
2026-06-04T14:14:52.9310833Z    Compiling block-buffer v0.10.4
2026-06-04T14:14:53.0540588Z    Compiling futures-sink v0.3.32
2026-06-04T14:14:53.0600371Z    Compiling futures-io v0.3.32
2026-06-04T14:14:53.1340952Z    Compiling slab v0.4.12
2026-06-04T14:14:53.2040833Z    Compiling futures-channel v0.3.32
2026-06-04T14:14:53.2660645Z    Compiling digest v0.10.7
2026-06-04T14:14:53.3405417Z    Compiling futures-task v0.3.32
2026-06-04T14:14:53.5113270Z    Compiling curve25519-dalek v4.1.3
2026-06-04T14:14:53.5270579Z    Compiling zerocopy v0.8.50
2026-06-04T14:14:53.5274540Z    Compiling rand_core v0.6.4
2026-06-04T14:14:53.6860391Z    Compiling synstructure v0.13.2
2026-06-04T14:14:53.7508022Z    Compiling ahash v0.8.12
2026-06-04T14:14:53.8830444Z    Compiling fnv v1.0.7
2026-06-04T14:14:53.9610719Z    Compiling sha2 v0.10.9
2026-06-04T14:14:54.4440553Z    Compiling autocfg v1.5.1
2026-06-04T14:14:54.5360476Z    Compiling signature v2.2.0
2026-06-04T14:14:54.6414817Z    Compiling pkg-config v0.3.33
2026-06-04T14:14:54.9820557Z    Compiling vcpkg v0.2.15
2026-06-04T14:14:55.4390766Z    Compiling ed25519 v2.2.3
2026-06-04T14:14:55.6292547Z    Compiling zmij v1.0.21
2026-06-04T14:14:55.8351989Z    Compiling fastrand v2.4.1
2026-06-04T14:14:56.0240727Z    Compiling libsqlite3-sys v0.30.1
2026-06-04T14:14:56.1040446Z    Compiling cfg_aliases v0.2.1
2026-06-04T14:14:56.1687107Z    Compiling writeable v0.6.3
2026-06-04T14:14:56.4030700Z    Compiling litemap v0.8.2
2026-06-04T14:14:56.4270664Z    Compiling serde_derive v1.0.228
2026-06-04T14:14:56.6221417Z    Compiling zeroize_derive v1.4.3
2026-06-04T14:14:57.2801041Z    Compiling zeroize v1.8.2
2026-06-04T14:14:57.4780613Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-04T14:14:58.1578616Z    Compiling tokio-macros v2.7.0
2026-06-04T14:14:58.9510357Z    Compiling tokio v1.52.3
2026-06-04T14:15:00.0658888Z    Compiling futures-macro v0.3.32
2026-06-04T14:15:01.0750503Z    Compiling zerofrom-derive v0.1.7
2026-06-04T14:15:02.8320912Z    Compiling zerofrom v0.1.8
2026-06-04T14:15:02.9456714Z    Compiling futures-util v0.3.32
2026-06-04T14:15:03.1730386Z    Compiling once_cell v1.21.4
2026-06-04T14:15:03.4160270Z    Compiling yoke-derive v0.8.2
2026-06-04T14:15:04.9114692Z    Compiling yoke v0.8.2
2026-06-04T14:15:05.1412452Z    Compiling zerovec-derive v0.11.3
2026-06-04T14:15:06.7080596Z    Compiling zerovec v0.11.6
2026-06-04T14:15:07.5349912Z    Compiling displaydoc v0.2.6
2026-06-04T14:15:07.9210726Z    Compiling hashbrown v0.14.5
2026-06-04T14:15:08.3830580Z    Compiling tinystr v0.8.3
2026-06-04T14:15:08.5365574Z    Compiling tracing-core v0.1.36
2026-06-04T14:15:08.6020224Z    Compiling tracing-attributes v0.1.31
2026-06-04T14:15:08.8700618Z    Compiling serde_json v1.0.150
2026-06-04T14:15:08.9899130Z    Compiling rustversion v1.0.22
2026-06-04T14:15:09.2955797Z    Compiling ed25519-dalek v2.2.0
2026-06-04T14:15:09.4329508Z    Compiling hashlink v0.9.1
2026-06-04T14:15:09.5626196Z    Compiling icu_locale_core v2.2.0
2026-06-04T14:15:09.6190425Z    Compiling zerotrie v0.2.4
2026-06-04T14:15:10.0065073Z    Compiling potential_utf v0.1.5
2026-06-04T14:15:10.1816505Z    Compiling fallible-iterator v0.3.0
2026-06-04T14:15:10.5160467Z    Compiling tracing v0.1.44
2026-06-04T14:15:10.5460303Z    Compiling icu_normalizer_data v2.2.0
2026-06-04T14:15:10.6610883Z    Compiling utf8_iter v1.0.4
2026-06-04T14:15:10.7280518Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-04T14:15:10.7961236Z    Compiling icu_properties_data v2.2.0
2026-06-04T14:15:10.8510744Z    Compiling icu_collections v2.2.0
2026-06-04T14:15:10.8836707Z    Compiling rusqlite v0.32.1
2026-06-04T14:15:11.4137486Z    Compiling icu_provider v2.2.0
2026-06-04T14:15:11.6120872Z    Compiling spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-04T14:15:12.5549604Z    Compiling tokio-util v0.7.18
2026-06-04T14:15:12.6783984Z    Compiling anyhow v1.0.102
2026-06-04T14:15:12.8432537Z    Compiling percent-encoding v2.3.2
2026-06-04T14:15:12.9670680Z    Compiling icu_properties v2.2.0
2026-06-04T14:15:13.0264036Z    Compiling icu_normalizer v2.2.0
2026-06-04T14:15:13.4664409Z    Compiling spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-04T14:15:13.8729291Z    Compiling ring v0.17.14
2026-06-04T14:15:14.1940551Z    Compiling http v1.4.1
2026-06-04T14:15:14.4492143Z    Compiling cpufeatures v0.3.0
2026-06-04T14:15:14.4970595Z    Compiling strsim v0.11.1
2026-06-04T14:15:14.9230458Z    Compiling thiserror v2.0.18
2026-06-04T14:15:15.2367682Z    Compiling idna_adapter v1.2.2
2026-06-04T14:15:15.3272727Z    Compiling rustls-pki-types v1.14.1
2026-06-04T14:15:15.8130730Z    Compiling thiserror-impl v2.0.18
2026-06-04T14:15:16.0050994Z    Compiling idna v1.1.0
2026-06-04T14:15:16.9700812Z    Compiling spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-04T14:15:17.5163753Z    Compiling chacha20 v0.10.0
2026-06-04T14:15:17.6637489Z    Compiling form_urlencoded v1.2.2
2026-06-04T14:15:17.8175517Z    Compiling ipnet v2.12.0
2026-06-04T14:15:17.8220566Z    Compiling untrusted v0.9.0
2026-06-04T14:15:17.9003011Z    Compiling ident_case v1.0.1
2026-06-04T14:15:17.9823827Z    Compiling darling_core v0.20.11
2026-06-04T14:15:18.5170698Z    Compiling rand v0.10.1
2026-06-04T14:15:18.5390421Z    Compiling url v2.5.8
2026-06-04T14:15:19.5720714Z    Compiling unicode-segmentation v1.13.3
2026-06-04T14:15:19.8310508Z    Compiling scopeguard v1.2.0
2026-06-04T14:15:19.8940287Z    Compiling rustls v0.23.40
2026-06-04T14:15:20.0044939Z    Compiling lock_api v0.4.14
2026-06-04T14:15:20.1921258Z    Compiling convert_case v0.10.0
2026-06-04T14:15:20.3284225Z    Compiling rustls-webpki v0.103.13
2026-06-04T14:15:20.5601474Z    Compiling const-oid v0.10.2
2026-06-04T14:15:20.7900764Z    Compiling atomic-waker v1.1.2
2026-06-04T14:15:20.8800673Z    Compiling unicode-xid v0.2.6
2026-06-04T14:15:20.9580555Z    Compiling derive_more-impl v2.1.1
2026-06-04T14:15:21.8060485Z    Compiling rustix v1.1.4
2026-06-04T14:15:22.1200441Z    Compiling httparse v1.10.1
2026-06-04T14:15:22.1570571Z    Compiling darling_macro v0.20.11
2026-06-04T14:15:22.4751935Z    Compiling darling v0.20.11
2026-06-04T14:15:22.5231665Z    Compiling derive_builder_core v0.20.2
2026-06-04T14:15:22.5600446Z    Compiling h2 v0.4.14
2026-06-04T14:15:24.0420586Z    Compiling http-body v1.0.1
2026-06-04T14:15:24.1660652Z    Compiling hybrid-array v0.4.12
2026-06-04T14:15:25.1370740Z    Compiling linux-raw-sys v0.12.1
2026-06-04T14:15:25.7131929Z    Compiling base64ct v1.8.3
2026-06-04T14:15:26.0815939Z    Compiling powerfmt v0.2.0
2026-06-04T14:15:26.2990644Z    Compiling paste v1.0.15
2026-06-04T14:15:26.5130822Z    Compiling heck v0.5.0
2026-06-04T14:15:26.5720807Z    Compiling derive_more v2.1.1
2026-06-04T14:15:26.7497519Z    Compiling deranged v0.5.8
2026-06-04T14:15:26.7879991Z    Compiling pem-rfc7468 v1.0.0
2026-06-04T14:15:28.6860576Z    Compiling derive_builder_macro v0.20.2
2026-06-04T14:15:29.3190552Z    Compiling n0-error-macros v0.1.3
2026-06-04T14:15:30.1131078Z    Compiling spez v0.1.2
2026-06-04T14:15:30.4612176Z    Compiling num-traits v0.2.19
2026-06-04T14:15:30.4810374Z    Compiling memoffset v0.6.5
2026-06-04T14:15:30.4907395Z    Compiling num-conv v0.2.2
2026-06-04T14:15:30.4970508Z    Compiling base64 v0.22.1
2026-06-04T14:15:30.5781233Z    Compiling tinyvec_macros v0.1.1
2026-06-04T14:15:30.5970607Z    Compiling thiserror v1.0.69
2026-06-04T14:15:30.6120531Z    Compiling tower-service v0.3.3
2026-06-04T14:15:30.6660992Z    Compiling parking_lot_core v0.9.12
2026-06-04T14:15:30.6760570Z    Compiling data-encoding v2.11.0
2026-06-04T14:15:30.8356219Z    Compiling try-lock v0.2.5
2026-06-04T14:15:30.8480261Z    Compiling time-core v0.1.8
2026-06-04T14:15:30.9110316Z    Compiling want v0.3.1
2026-06-04T14:15:31.0083063Z    Compiling tinyvec v1.11.0
2026-06-04T14:15:31.0730627Z    Compiling n0-error v0.1.3
2026-06-04T14:15:31.1517917Z    Compiling tempfile v3.27.0
2026-06-04T14:15:31.4330563Z    Compiling derive_builder v0.20.2
2026-06-04T14:15:31.5090580Z    Compiling der v0.8.0-rc.10
2026-06-04T14:15:31.7100626Z    Compiling block-buffer v0.12.0
2026-06-04T14:15:31.7630601Z    Compiling crypto-common v0.2.2
2026-06-04T14:15:31.8709407Z    Compiling vergen-lib v9.1.0
2026-06-04T14:15:31.9890635Z    Compiling pin-project-internal v1.1.13
2026-06-04T14:15:32.1950590Z    Compiling thiserror-impl v1.0.69
2026-06-04T14:15:33.5630791Z    Compiling n0-future v0.3.2
2026-06-04T14:15:33.6650577Z    Compiling inout v0.1.4
2026-06-04T14:15:33.7420669Z    Compiling ioctl-rs v0.1.6
2026-06-04T14:15:33.7760558Z    Compiling serial-core v0.4.0
2026-06-04T14:15:33.8180232Z    Compiling termios v0.2.2
2026-06-04T14:15:33.8220126Z    Compiling httpdate v1.0.3
2026-06-04T14:15:33.9070363Z    Compiling winnow v1.0.3
2026-06-04T14:15:33.9326934Z    Compiling spin v0.10.0
2026-06-04T14:15:34.0330617Z    Compiling parking v2.2.1
2026-06-04T14:15:34.0860854Z    Compiling cordyceps v0.3.4
2026-06-04T14:15:34.1810586Z    Compiling diatomic-waker v0.2.3
2026-06-04T14:15:34.3120655Z    Compiling crossbeam-utils v0.8.21
2026-06-04T14:15:34.3605199Z    Compiling futures-lite v2.6.1
2026-06-04T14:15:34.4921305Z    Compiling futures-buffered v0.2.13
2026-06-04T14:15:34.5520279Z    Compiling hyper v1.10.1
2026-06-04T14:15:34.9500664Z    Compiling serial-unix v0.4.0
2026-06-04T14:15:35.2099008Z    Compiling cipher v0.4.4
2026-06-04T14:15:35.5110663Z    Compiling pin-project v1.1.13
2026-06-04T14:15:35.5620196Z    Compiling spki v0.8.0-rc.4
2026-06-04T14:15:35.6540532Z    Compiling digest v0.11.3
2026-06-04T14:15:35.7701858Z    Compiling netlink-packet-core v0.8.1
2026-06-04T14:15:36.0491879Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-04T14:15:36.5780309Z    Compiling tokio-rustls v0.26.4
2026-06-04T14:15:36.9590341Z    Compiling vergen-lib v0.1.6
2026-06-04T14:15:37.0020526Z    Compiling vergen v9.1.0
2026-06-04T14:15:37.0725688Z    Compiling noq-udp v0.10.0
2026-06-04T14:15:37.0751021Z    Compiling sync_wrapper v1.0.2
2026-06-04T14:15:37.1220751Z    Compiling universal-hash v0.5.1
2026-06-04T14:15:37.1497569Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-04T14:15:37.2240702Z    Compiling heapless v0.7.17
2026-06-04T14:15:37.3180682Z    Compiling aho-corasick v1.1.4
2026-06-04T14:15:37.3990855Z    Compiling either v1.16.0
2026-06-04T14:15:37.4122406Z    Compiling byteorder v1.5.0
2026-06-04T14:15:37.4740374Z    Compiling opaque-debug v0.3.1
2026-06-04T14:15:37.5140176Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-04T14:15:37.6281322Z    Compiling bitflags v1.3.2
2026-06-04T14:15:37.6750601Z    Compiling regex-syntax v0.8.10
2026-06-04T14:15:37.7020637Z    Compiling pin-utils v0.1.0
2026-06-04T14:15:37.7430074Z    Compiling nix v0.25.1
2026-06-04T14:15:37.8223463Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T14:15:39.5634840Z    Compiling prefix-trie v0.8.4
2026-06-04T14:15:40.3150329Z    Compiling hash32 v0.2.1
2026-06-04T14:15:40.5150616Z    Compiling polyval v0.6.2
2026-06-04T14:15:40.5810771Z    Compiling regex-automata v0.4.14
2026-06-04T14:15:40.8520718Z    Compiling hyper-util v0.1.20
2026-06-04T14:15:41.8240373Z    Compiling parking_lot v0.12.5
2026-06-04T14:15:42.7890782Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-04T14:15:43.0820770Z    Compiling filedescriptor v0.8.3
2026-06-04T14:15:43.2894574Z    Compiling serial v0.4.0
2026-06-04T14:15:43.6974784Z    Compiling spin v0.9.8
2026-06-04T14:15:43.9320167Z    Compiling vergen-gitcl v1.0.8
2026-06-04T14:15:44.0400424Z    Compiling futures-executor v0.3.32
2026-06-04T14:15:44.1010699Z    Compiling toml_datetime v0.6.11
2026-06-04T14:15:44.3230552Z    Compiling serde_spanned v0.6.9
2026-06-04T14:15:44.4140725Z    Compiling downcast-rs v1.2.1
2026-06-04T14:15:44.4340985Z    Compiling tower-layer v0.3.3
2026-06-04T14:15:44.4750789Z    Compiling signature v3.0.0
2026-06-04T14:15:44.5811094Z    Compiling num_threads v0.1.7
2026-06-04T14:15:44.6240641Z    Compiling winnow v0.7.15
2026-06-04T14:15:44.7000919Z    Compiling shell-words v1.1.1
2026-06-04T14:15:44.8298119Z    Compiling toml_write v0.1.2
2026-06-04T14:15:45.1511036Z    Compiling time v0.3.47
2026-06-04T14:15:46.0591249Z    Compiling portable-pty v0.8.1
2026-06-04T14:15:46.1510600Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-04T14:15:46.5850627Z    Compiling ed25519 v3.0.0-rc.4
2026-06-04T14:15:47.0088345Z    Compiling futures v0.3.32
2026-06-04T14:15:47.0167505Z    Compiling regex v1.12.3
2026-06-04T14:15:47.7110277Z    Compiling toml_edit v0.22.27
2026-06-04T14:15:48.2310832Z    Compiling ghash v0.5.1
2026-06-04T14:15:48.3200586Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-04T14:15:48.9594735Z    Compiling proc-macro-crate v3.5.0
2026-06-04T14:15:49.6880884Z    Compiling sha2 v0.11.0-rc.5
2026-06-04T14:15:50.1672290Z    Compiling aes v0.8.4
2026-06-04T14:15:51.0315392Z    Compiling ctr v0.9.2
2026-06-04T14:15:51.1490579Z    Compiling http-body-util v0.1.3
2026-06-04T14:15:51.2200809Z    Compiling cobs v0.3.0
2026-06-04T14:15:51.3990778Z    Compiling netlink-sys v0.8.8
2026-06-04T14:15:51.4870743Z    Compiling postcard-derive v0.2.2
2026-06-04T14:15:51.6930359Z    Compiling aead v0.5.2
2026-06-04T14:15:51.7986035Z    Compiling openssl-probe v0.2.1
2026-06-04T14:15:51.9440583Z    Compiling rustls-native-certs v0.8.4
2026-06-04T14:15:52.0554827Z    Compiling postcard v1.1.3
2026-06-04T14:15:52.2600626Z    Compiling aes-gcm v0.10.3
2026-06-04T14:15:52.4178747Z    Compiling toml v0.8.23
2026-06-04T14:15:52.6151452Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-04T14:15:53.0150544Z    Compiling num_enum_derive v0.7.6
2026-06-04T14:15:53.4146531Z    Compiling data-encoding-macro v0.1.20
2026-06-04T14:15:53.4691148Z    Compiling tower v0.5.3
2026-06-04T14:15:53.6630657Z    Compiling crossbeam-channel v0.5.15
2026-06-04T14:15:53.8785176Z    Compiling crossbeam-epoch v0.9.18
2026-06-04T14:15:54.2522269Z    Compiling netlink-packet-route v0.29.0
2026-06-04T14:15:54.2980716Z    Compiling iroh-metrics-derive v0.4.1
2026-06-04T14:15:54.3348864Z    Compiling strum_macros v0.28.0
2026-06-04T14:15:54.4156844Z    Compiling enum-assoc v1.3.0
2026-06-04T14:15:54.7710811Z    Compiling async-trait v0.1.89
2026-06-04T14:15:55.3070469Z    Compiling netwatch v0.16.0
2026-06-04T14:15:55.4830531Z    Compiling noq v0.18.0
2026-06-04T14:15:55.6850508Z    Compiling uuid v1.23.2
2026-06-04T14:15:56.0770655Z    Compiling blake3 v1.8.5
2026-06-04T14:15:56.2195176Z    Compiling acto v0.8.2
2026-06-04T14:15:56.3597062Z    Compiling foldhash v0.2.0
2026-06-04T14:15:56.3800835Z    Compiling allocator-api2 v0.2.21
2026-06-04T14:15:56.5260574Z    Compiling ryu v1.0.23
2026-06-04T14:15:56.7270328Z    Compiling identity-hash v0.1.0
2026-06-04T14:15:56.8068664Z    Compiling tagptr v0.2.0
2026-06-04T14:15:56.9060635Z    Compiling xml-rs v0.8.28
2026-06-04T14:15:56.9620556Z    Compiling sorted-index-buffer v0.2.1
2026-06-04T14:15:57.1152672Z    Compiling rustc-hash v2.1.2
2026-06-04T14:15:57.2130673Z    Compiling mac-addr v0.3.0
2026-06-04T14:15:57.3890701Z    Compiling lru-slab v0.1.2
2026-06-04T14:15:57.5060780Z    Compiling noq-proto v0.17.0
2026-06-04T14:15:57.6540563Z    Compiling strum v0.28.0
2026-06-04T14:15:57.7420430Z    Compiling moka v0.12.15
2026-06-04T14:15:58.4130243Z    Compiling xmltree v0.10.3
2026-06-04T14:15:58.6350557Z    Compiling hashbrown v0.16.1
2026-06-04T14:15:59.2110394Z    Compiling iroh-metrics v0.38.3
2026-06-04T14:16:00.0590806Z    Compiling hickory-net v0.26.0-beta.4
2026-06-04T14:16:00.4580592Z    Compiling num_enum v0.7.6
2026-06-04T14:16:00.5390774Z    Compiling tower-http v0.6.11
2026-06-04T14:16:01.0841053Z    Compiling iroh-relay v0.98.0
2026-06-04T14:16:01.3300612Z    Compiling iroh-base v0.98.0
2026-06-04T14:16:02.0970753Z    Compiling netdev v0.42.0
2026-06-04T14:16:02.9770422Z    Compiling rustls-platform-verifier v0.7.0
2026-06-04T14:16:03.1800541Z    Compiling netlink-proto v0.12.0
2026-06-04T14:16:03.2820719Z    Compiling spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-04T14:16:03.4860932Z    Compiling hyper-rustls v0.27.9
2026-06-04T14:16:03.7880651Z    Compiling n0-watcher v0.6.1
2026-06-04T14:16:04.0660675Z    Compiling netlink-packet-route v0.30.0
2026-06-04T14:16:04.8605101Z    Compiling attohttpc v0.30.1
2026-06-04T14:16:05.5920763Z    Compiling tokio-stream v0.1.18
2026-06-04T14:16:06.2360400Z    Compiling simple-dns v0.9.3
2026-06-04T14:16:06.3200665Z    Compiling constant_time_eq v0.4.2
2026-06-04T14:16:06.4771354Z    Compiling smol_str v0.1.24
2026-06-04T14:16:06.6780603Z    Compiling resolv-conf v0.7.6
2026-06-04T14:16:07.1099024Z    Compiling simdutf8 v0.1.5
2026-06-04T14:16:07.4100019Z    Compiling arrayref v0.3.9
2026-06-04T14:16:07.4530558Z    Compiling arrayvec v0.7.6
2026-06-04T14:16:07.7180495Z    Compiling sha1_smol v1.0.1
2026-06-04T14:16:07.9491192Z    Compiling tokio-websockets v0.13.2
2026-06-04T14:16:08.7132242Z    Compiling iroh-dns v0.98.0
2026-06-04T14:16:09.2341141Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-04T14:16:10.5750864Z    Compiling igd-next v0.17.1
2026-06-04T14:16:13.0520678Z    Compiling reqwest v0.13.4
2026-06-04T14:16:14.5380586Z    Compiling lru v0.16.4
2026-06-04T14:16:14.6170991Z    Compiling spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-04T14:16:14.7490659Z    Compiling webpki-roots v1.0.7
2026-06-04T14:16:14.8600536Z    Compiling iroh v0.98.2
2026-06-04T14:16:15.0711097Z    Compiling hmac v0.12.1
2026-06-04T14:16:15.1901040Z    Compiling serde_bytes v0.11.19
2026-06-04T14:16:15.4654491Z    Compiling seize v0.5.1
2026-06-04T14:16:15.8660586Z    Compiling cmov v0.5.4
2026-06-04T14:16:16.1660613Z    Compiling ctutils v0.4.2
2026-06-04T14:16:16.4141385Z    Compiling papaya v0.2.4
2026-06-04T14:16:16.4790586Z    Compiling hkdf v0.12.4
2026-06-04T14:16:16.6189475Z    Compiling portmapper v0.16.0
2026-06-04T14:16:17.0420599Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-04T14:16:18.9570555Z    Compiling backon v1.6.0
2026-06-04T14:16:19.2191530Z    Compiling spake2 v0.4.0
2026-06-04T14:16:19.5540294Z    Compiling sha1 v0.10.6
2026-06-04T14:16:19.8040600Z    Compiling doctest-file v1.1.1
2026-06-04T14:16:20.3180723Z    Compiling interprocess v2.4.2
2026-06-04T14:16:21.0725596Z    Compiling spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-04T14:16:21.2110528Z    Compiling utf8parse v0.2.2
2026-06-04T14:16:21.2749966Z    Compiling is_terminal_polyfill v1.70.2
2026-06-04T14:16:21.2950848Z    Compiling anstyle-parse v1.0.0
2026-06-04T14:16:21.3370834Z    Compiling anstyle v1.0.14
2026-06-04T14:16:21.4890619Z    Compiling anstyle-query v1.1.5
2026-06-04T14:16:21.5570594Z    Compiling colorchoice v1.0.5
2026-06-04T14:16:21.6331088Z    Compiling anstream v1.0.0
2026-06-04T14:16:21.6491930Z    Compiling clap_lex v1.1.0
2026-06-04T14:16:21.8980681Z    Compiling clap_derive v4.6.1
2026-06-04T14:16:21.9390704Z    Compiling mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-04T14:16:22.0410340Z    Compiling clap_builder v4.6.0
2026-06-04T14:16:25.9370329Z    Compiling clap v4.6.1
2026-06-04T14:16:41.1226799Z    Compiling spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-04T14:16:43.0639670Z    Compiling spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-04T14:16:55.1731193Z    Compiling spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-04T14:17:29.0708552Z     Finished `dev` profile [unoptimized] target(s) in 2m 44s
2026-06-04T14:17:29.1318512Z ##[group]Run cargo test --workspace
2026-06-04T14:17:29.1319055Z [36;1mcargo test --workspace[0m
2026-06-04T14:17:29.1337921Z shell: /usr/bin/bash -e {0}
2026-06-04T14:17:29.1338324Z ##[endgroup]
2026-06-04T14:17:29.6929801Z     Finished `test` profile [unoptimized] target(s) in 0.37s
2026-06-04T14:17:29.7293342Z      Running unittests src/main.rs (target/debug/deps/mock_session-2d800d14bd17df09)
2026-06-04T14:17:29.7308694Z 
2026-06-04T14:17:29.7309382Z running 0 tests
2026-06-04T14:17:29.7309641Z 
2026-06-04T14:17:29.7310058Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:17:29.7310645Z 
2026-06-04T14:17:29.7311765Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-871e64e47d5a7661)
2026-06-04T14:17:29.7335728Z 
2026-06-04T14:17:29.7336136Z running 3 tests
2026-06-04T14:17:29.7377935Z test mock_has_no_claude_code_conventions ... ok
2026-06-04T14:17:29.7378838Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-04T14:17:29.7379656Z test mock_manifest_parses_and_validates ... ok
2026-06-04T14:17:29.7380096Z 
2026-06-04T14:17:29.7380698Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:17:29.7381472Z 
2026-06-04T14:17:29.7384398Z      Running unittests src/main.rs (target/debug/deps/spt-e64c574f72075d22)
2026-06-04T14:17:29.7421543Z 
2026-06-04T14:17:29.7421968Z running 63 tests
2026-06-04T14:17:29.7435671Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-04T14:17:29.7438099Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-04T14:17:29.7438883Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-04T14:17:29.7440758Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-04T14:17:29.7446537Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-04T14:17:29.7452313Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-04T14:17:29.7458072Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-04T14:17:29.7459027Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-04T14:17:29.7461023Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-04T14:17:29.7462200Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-04T14:17:29.7466236Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-04T14:17:41.6597328Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-04T14:17:41.6601164Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-04T14:17:41.6714356Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-04T14:17:41.6715472Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-04T14:17:41.6718950Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-04T14:17:41.6720337Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-04T14:17:41.7894583Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-04T14:17:41.7907268Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-04T14:17:41.7907997Z test api::reporting::tests::history_log_appends ... ok
2026-06-04T14:17:41.7908658Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-04T14:17:41.8287842Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-04T14:17:41.8402040Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-04T14:17:41.8411938Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-04T14:17:41.8508629Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-04T14:17:41.8567087Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-04T14:17:41.8634502Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-04T14:17:41.8692512Z test api::startup::tests::missing_seed_refused ... ok
2026-06-04T14:17:41.9097945Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-04T14:17:41.9110338Z test api::tests::adapter_is_required ... ok
2026-06-04T14:17:41.9121619Z test api::tests::state_value_is_validated ... ok
2026-06-04T14:17:41.9151367Z test api::tests::surface_parses ... ok
2026-06-04T14:17:41.9220113Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-04T14:17:41.9278714Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-04T14:17:41.9343672Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-04T14:17:41.9352870Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-04T14:17:41.9367897Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-04T14:17:41.9370865Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-04T14:17:41.9376487Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-04T14:17:41.9389475Z test cli::tests::digest_flag_defaults ... ok
2026-06-04T14:17:41.9390460Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-04T14:17:41.9411404Z test cli::tests::access_subcommands_parse ... ok
2026-06-04T14:17:41.9428996Z test cli::tests::invalid_usage_errors ... ok
2026-06-04T14:17:41.9440276Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-04T14:17:41.9441557Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-04T14:17:41.9446061Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-04T14:17:41.9482739Z test cli::tests::notify_surface_parses ... ok
2026-06-04T14:17:41.9504111Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-04T14:17:41.9515314Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-04T14:17:41.9525478Z test cli::tests::ring_timeout_defaults ... ok
2026-06-04T14:17:41.9535454Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-04T14:17:41.9540412Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-04T14:17:41.9665194Z test cli::tests::subcommands_parse ... ok
2026-06-04T14:17:41.9668564Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-04T14:17:41.9671824Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-04T14:17:41.9672760Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-04T14:17:41.9673745Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-04T14:17:41.9674605Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-04T14:17:41.9681372Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-04T14:17:42.0342891Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-04T14:17:42.0346211Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-04T14:17:42.4982055Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-04T14:17:42.6384559Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-04T14:17:42.6385083Z 
2026-06-04T14:17:42.6385480Z test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.90s
2026-06-04T14:17:42.6386033Z 
2026-06-04T14:17:42.6410633Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-abcb34bffb33a342)
2026-06-04T14:17:42.6426614Z 
2026-06-04T14:17:42.6426912Z running 4 tests
2026-06-04T14:17:43.0085697Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-04T14:17:43.0221535Z SEEDED:998065
2026-06-04T14:17:43.5378209Z test live_agent_lifecycle_e2e ... ok
2026-06-04T14:17:43.6486308Z test mock_adapter_drives_the_full_contract ... ok
2026-06-04T14:17:43.7103713Z SEEDED:998065
2026-06-04T14:17:43.9959025Z test seed_then_listen_binds_and_relays ... ok
2026-06-04T14:17:43.9959561Z 
2026-06-04T14:17:43.9960314Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
2026-06-04T14:17:43.9960898Z 
2026-06-04T14:17:43.9964670Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-913ce81a7026b131)
2026-06-04T14:17:44.0002016Z 
2026-06-04T14:17:44.0002423Z running 133 tests
2026-06-04T14:17:44.0006215Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-04T14:17:44.0007212Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-04T14:17:44.0027091Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-04T14:17:44.0032161Z test access::tests::gate_decision_table ... ok
2026-06-04T14:17:44.0033095Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-04T14:17:44.0034029Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-04T14:17:44.0040600Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-04T14:17:44.0041422Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-04T14:17:44.0042151Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-04T14:17:44.0042917Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-04T14:17:44.0043693Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-04T14:17:44.0046146Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-04T14:17:44.0047263Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-04T14:17:44.0048181Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-04T14:17:44.0052840Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-04T14:17:44.0056789Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-04T14:17:44.0057499Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-04T14:17:44.0066598Z test config::tests::missing_file_is_default ... ok
2026-06-04T14:17:44.0067680Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-04T14:17:44.0068440Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-04T14:17:44.0069087Z test config::tests::save_load_roundtrip ... ok
2026-06-04T14:17:44.0073993Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-04T14:17:44.0080142Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-04T14:17:44.0089936Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-04T14:17:44.0106494Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-04T14:17:44.0107597Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-04T14:17:44.0116428Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-04T14:17:44.0133190Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-04T14:17:44.0140890Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-04T14:17:44.0156233Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-04T14:17:44.0164210Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-04T14:17:44.0164997Z test digesthub::tests::render_is_glanceable ... ok
2026-06-04T14:17:44.0165692Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-04T14:17:44.0166506Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-04T14:17:44.0167384Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-04T14:17:44.0168177Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-04T14:17:44.0168926Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-04T14:17:44.0169720Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-04T14:17:44.0170337Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-04T14:17:44.0237589Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-04T14:17:44.0255145Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-04T14:17:44.0257262Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-04T14:17:44.0258230Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-04T14:17:44.0259054Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-04T14:17:44.0259865Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-04T14:17:44.0260511Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-04T14:17:44.0264708Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-04T14:17:44.0617898Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-04T14:17:44.0792788Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-04T14:17:44.0946150Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-04T14:17:44.1325372Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-04T14:17:44.1876647Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-04T14:17:44.2107705Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-04T14:17:44.2645998Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-04T14:17:44.2870530Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-04T14:17:44.3402426Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-04T14:17:44.3405075Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-04T14:17:44.3407670Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-04T14:17:44.3408952Z test msg::tests::output_envelope_round_trips ... ok
2026-06-04T14:17:44.3409978Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-04T14:17:44.3411108Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-04T14:17:44.3596540Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-04T14:17:44.3648277Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-04T14:17:44.3927144Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-04T14:17:44.5159294Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-04T14:17:44.6500944Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-04T14:17:44.7750942Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-04T14:17:44.9040883Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-04T14:17:44.9257186Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-04T14:17:44.9675133Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-04T14:17:45.0844322Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-04T14:17:45.1387835Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-04T14:17:45.2586423Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-04T14:17:45.3528906Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-04T14:17:45.4198042Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-04T14:17:45.4694427Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-04T14:17:45.5379837Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-04T14:17:45.7106823Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-04T14:17:45.7868521Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-04T14:17:45.9283300Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-04T14:17:46.0227715Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-04T14:17:46.0799814Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-04T14:17:46.1578290Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-04T14:17:46.1580765Z test reconcile::tests::active_node_wins ... ok
2026-06-04T14:17:46.1581856Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-04T14:17:46.1583397Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-04T14:17:46.1584058Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-04T14:17:46.2828911Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-04T14:17:46.3572550Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-04T14:17:46.4976727Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-04T14:17:46.4994598Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-04T14:17:46.5000716Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-04T14:17:46.5007793Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-04T14:17:46.5037546Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-04T14:17:46.5045035Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-04T14:17:46.5052490Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-04T14:17:46.5064764Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-04T14:17:46.5068908Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-04T14:17:46.5075894Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-04T14:17:46.5076685Z test release::tests::hex_roundtrips ... ok
2026-06-04T14:17:46.5079328Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-04T14:17:46.5102332Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-04T14:17:46.5108183Z test release::tests::revoked_key_is_rejected ... ok
2026-06-04T14:17:46.5119108Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-04T14:17:46.5134368Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-04T14:17:46.5145050Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-04T14:17:46.5158795Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-04T14:17:46.5171393Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-04T14:17:46.5172470Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-04T14:17:46.5173625Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-04T14:17:46.5352348Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-04T14:17:46.5355224Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-04T14:17:46.5356014Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-04T14:17:46.5408756Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-04T14:17:46.5409691Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-04T14:17:46.6567941Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-04T14:17:46.7277897Z test relay::tests::run_honors_stop ... ok
2026-06-04T14:17:46.7768222Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-04T14:17:46.7769705Z test sync::tests::gate_decision_table ... ok
2026-06-04T14:17:46.7830120Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-04T14:17:46.7832887Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-04T14:17:46.7834951Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-04T14:17:46.7835671Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-04T14:17:46.7836494Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-04T14:17:46.7837388Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-04T14:17:46.7838744Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-04T14:17:46.7856832Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-04T14:17:46.7867219Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-04T14:17:46.7895958Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-04T14:17:46.7896948Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-04T14:17:46.7952416Z test seedmap::tests::take_absent_is_none ... ok
2026-06-04T14:17:46.7953838Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-04T14:17:47.0009468Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-04T14:17:47.0010232Z 
2026-06-04T14:17:47.0010918Z test result: ok. 133 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.00s
2026-06-04T14:17:47.0011633Z 
2026-06-04T14:17:47.0030092Z      Running tests/access.rs (target/debug/deps/access-aab00fb248724787)
2026-06-04T14:17:47.0063727Z 
2026-06-04T14:17:47.0064135Z running 1 test
2026-06-04T14:18:04.3075552Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-04T14:18:04.3076095Z 
2026-06-04T14:18:04.3076485Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.30s
2026-06-04T14:18:04.3077039Z 
2026-06-04T14:18:04.3098417Z      Running tests/attach.rs (target/debug/deps/attach-2655f6846607eac0)
2026-06-04T14:18:04.3131013Z 
2026-06-04T14:18:04.3131356Z running 3 tests
2026-06-04T14:18:09.0857986Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-04T14:18:09.5729905Z test attach_registers_remote_drive_detection ... ok
2026-06-04T14:18:10.1209751Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-04T14:18:10.1210278Z 
2026-06-04T14:18:10.1210667Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.81s
2026-06-04T14:18:10.1211216Z 
2026-06-04T14:18:10.1248509Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-415fd46d654b720e)
2026-06-04T14:18:10.1267347Z 
2026-06-04T14:18:10.1267641Z running 1 test
2026-06-04T14:18:10.1292913Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-04T14:18:10.1293448Z 
2026-06-04T14:18:10.1293841Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:18:10.1294387Z 
2026-06-04T14:18:10.1297037Z      Running tests/broker.rs (target/debug/deps/broker-23fd29b3bf8b0443)
2026-06-04T14:18:10.1314883Z 
2026-06-04T14:18:10.1315378Z running 1 test
2026-06-04T14:18:10.1339050Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-04T14:18:10.1339663Z 
2026-06-04T14:18:10.1340077Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:18:10.1340686Z 
2026-06-04T14:18:10.1343863Z      Running tests/budget.rs (target/debug/deps/budget-97ebe9200685b121)
2026-06-04T14:18:10.1363358Z 
2026-06-04T14:18:10.1364179Z running 1 test
2026-06-04T14:18:10.1368461Z test measure_dormant_seat_budget ... ok
2026-06-04T14:18:10.1369488Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-6273583e331fb8f7)
2026-06-04T14:18:10.1370022Z 
2026-06-04T14:18:10.1370435Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:18:10.1370980Z 
2026-06-04T14:18:10.1391211Z 
2026-06-04T14:18:10.1391768Z running 1 test
2026-06-04T14:18:10.8927075Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-04T14:18:10.8927549Z 
2026-06-04T14:18:10.8927930Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
2026-06-04T14:18:10.8928510Z 
2026-06-04T14:18:10.8934954Z      Running tests/digest.rs (target/debug/deps/digest-cb395da5c25443e9)
2026-06-04T14:18:10.8956890Z 
2026-06-04T14:18:10.8976518Z running 1 test
2026-06-04T14:18:10.9843297Z test digest_daemon_half_end_to_end ... ok
2026-06-04T14:18:10.9844066Z 
2026-06-04T14:18:10.9844479Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T14:18:10.9845040Z 
2026-06-04T14:18:10.9851422Z      Running tests/dispatch.rs (target/debug/deps/dispatch-145d4256957331a3)
2026-06-04T14:18:10.9885888Z 
2026-06-04T14:18:10.9886225Z running 7 tests
2026-06-04T14:18:11.0982439Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-04T14:18:11.2107797Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-04T14:18:11.3382137Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-04T14:18:11.4166128Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-04T14:18:11.8337667Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-04T14:18:11.8797475Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-04T14:18:12.0008816Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-04T14:18:12.0009360Z 
2026-06-04T14:18:12.0009779Z test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
2026-06-04T14:18:12.0010403Z 
2026-06-04T14:18:12.0060589Z      Running tests/handoff.rs (target/debug/deps/handoff-781047baa2405051)
2026-06-04T14:18:12.0079033Z 
2026-06-04T14:18:12.0083159Z running 1 test
2026-06-04T14:18:12.0138664Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-04T14:18:12.0139259Z 
2026-06-04T14:18:12.0139688Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:18:12.0140285Z 
2026-06-04T14:18:12.0144082Z      Running tests/idempotent.rs (target/debug/deps/idempotent-d546cbb5ad783368)
2026-06-04T14:18:12.0162060Z 
2026-06-04T14:18:12.0162386Z running 1 test
2026-06-04T14:18:12.0720173Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-04T14:18:12.0720693Z 
2026-06-04T14:18:12.0721105Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-04T14:18:12.0721705Z 
2026-06-04T14:18:12.0727913Z      Running tests/netbroker.rs (target/debug/deps/netbroker-70de28e4138cb73d)
2026-06-04T14:18:12.0762566Z 
2026-06-04T14:18:12.0762991Z running 5 tests
2026-06-04T14:18:12.0793138Z test netless_broker_probes_gracefully ... ok
2026-06-04T14:18:12.1010402Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-04T14:18:12.1050663Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-04T14:18:12.1282442Z test brain_dials_second_broker_over_loopback ... ok
2026-06-04T14:18:12.1283154Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-04T14:18:12.1283553Z 
2026-06-04T14:18:12.1283944Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
2026-06-04T14:18:12.1284483Z 
2026-06-04T14:18:12.1312827Z      Running tests/netstream.rs (target/debug/deps/netstream-5288ad3dcaf618d9)
2026-06-04T14:18:12.1348366Z 
2026-06-04T14:18:12.1348773Z running 2 tests
2026-06-04T14:18:12.2704029Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-04T14:18:12.3552973Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-04T14:18:12.3553633Z 
2026-06-04T14:18:12.3554611Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
2026-06-04T14:18:12.3555212Z 
2026-06-04T14:18:12.3580810Z      Running tests/notifsync.rs (target/debug/deps/notifsync-f97920a0138d1b66)
2026-06-04T14:18:12.3615047Z 
2026-06-04T14:18:12.3615399Z running 1 test
2026-06-04T14:18:12.5752458Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-04T14:18:12.5753014Z 
2026-06-04T14:18:12.5753411Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-04T14:18:12.5753955Z 
2026-06-04T14:18:12.5772141Z      Running tests/peerloop.rs (target/debug/deps/peerloop-a16bb2b5149e9808)
2026-06-04T14:18:12.5807469Z 
2026-06-04T14:18:12.5807881Z running 1 test
2026-06-04T14:18:13.1297884Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-04T14:18:13.1298329Z 
2026-06-04T14:18:13.1299258Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s
2026-06-04T14:18:13.1299807Z 
2026-06-04T14:18:13.1324017Z      Running tests/presence.rs (target/debug/deps/presence-4d529433c41a70c2)
2026-06-04T14:18:13.1357509Z 
2026-06-04T14:18:13.1357885Z running 2 tests
2026-06-04T14:18:13.2928908Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-04T14:18:13.2949130Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-04T14:18:13.2949823Z 
2026-06-04T14:18:13.2950237Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
2026-06-04T14:18:13.2950774Z 
2026-06-04T14:18:13.2969283Z      Running tests/propagate.rs (target/debug/deps/propagate-28ff18b59305fd89)
2026-06-04T14:18:13.3002814Z 
2026-06-04T14:18:13.3003164Z running 4 tests
2026-06-04T14:18:13.4199540Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-04T14:18:13.4244934Z test untrusted_origin_gets_no_offer ... ok
2026-06-04T14:18:13.4255153Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-04T14:18:13.6445829Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-04T14:18:13.6446471Z 
2026-06-04T14:18:13.6448186Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
2026-06-04T14:18:13.6448763Z 
2026-06-04T14:18:13.6485135Z      Running tests/replicate.rs (target/debug/deps/replicate-a955512ede97c684)
2026-06-04T14:18:13.6520264Z 
2026-06-04T14:18:13.6520781Z running 1 test
2026-06-04T14:18:13.7414843Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-04T14:18:13.7415476Z 
2026-06-04T14:18:13.7415898Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T14:18:13.7416466Z 
2026-06-04T14:18:13.7437373Z      Running tests/sync.rs (target/debug/deps/sync-3391fec76e9da833)
2026-06-04T14:18:13.7472678Z 
2026-06-04T14:18:13.7473309Z running 3 tests
2026-06-04T14:18:14.2960702Z test torn_pull_recovers_by_repulling ... ok
2026-06-04T14:18:14.9368851Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-04T14:18:15.1423196Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-04T14:18:15.1423723Z 
2026-06-04T14:18:15.1424121Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s
2026-06-04T14:18:15.1424722Z 
2026-06-04T14:18:15.1453124Z      Running tests/twohost.rs (target/debug/deps/twohost-2d468c51077190a1)
2026-06-04T14:18:15.1490477Z 
2026-06-04T14:18:15.1490945Z running 2 tests
2026-06-04T14:18:15.1493247Z test two_host_ladder_role_b ... ok
2026-06-04T14:18:15.1493834Z test two_host_ladder_role_a ... ok
2026-06-04T14:18:15.1494174Z 
2026-06-04T14:18:15.1494767Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:18:15.1495346Z 
2026-06-04T14:18:15.1499449Z      Running tests/wanmsg.rs (target/debug/deps/wanmsg-62e96e3127d4e395)
2026-06-04T14:18:15.1533663Z 
2026-06-04T14:18:15.1541112Z running 2 tests
2026-06-04T14:18:15.4359241Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-04T14:18:15.4546044Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-04T14:18:15.4546548Z 
2026-06-04T14:18:15.4546933Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
2026-06-04T14:18:15.4547476Z 
2026-06-04T14:18:15.4574206Z      Running tests/xfer.rs (target/debug/deps/xfer-9ae948b341891899)
2026-06-04T14:18:15.4609848Z 
2026-06-04T14:18:15.4610341Z running 2 tests
2026-06-04T14:18:15.6170866Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-04T14:18:15.6814107Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-04T14:18:15.6814595Z 
2026-06-04T14:18:15.6814988Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
2026-06-04T14:18:15.6815540Z 
2026-06-04T14:18:15.6842387Z      Running unittests src/lib.rs (target/debug/deps/spt_live-9c6eff607e44ed98)
2026-06-04T14:18:15.6857317Z 
2026-06-04T14:18:15.6857609Z running 49 tests
2026-06-04T14:18:15.6862138Z test context::tests::llm_over_llm_writes ... ok
2026-06-04T14:18:15.6862764Z test context::tests::direct_always_writes ... ok
2026-06-04T14:18:15.6863455Z test context::tests::llm_past_window_writes ... ok
2026-06-04T14:18:15.6866026Z test context::tests::llm_within_window_suppressed ... ok
2026-06-04T14:18:15.6866724Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-04T14:18:15.6885937Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-04T14:18:15.6888300Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-04T14:18:15.6889316Z test echo::tests::provenance_is_stamped ... ok
2026-06-04T14:18:15.6904776Z test echo::tests::echo_nonzero_errors ... ok
2026-06-04T14:18:15.7083723Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-04T14:18:15.7084490Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-04T14:18:15.7085354Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-04T14:18:15.7086632Z test history::tests::native_missing_log_is_empty ... ok
2026-06-04T14:18:15.7093580Z test history::tests::native_reads_logged_records ... ok
2026-06-04T14:18:15.7110073Z test history::tests::fetcher_yields_records ... ok
2026-06-04T14:18:15.7293944Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-04T14:18:15.9918197Z test history::tests::fetcher_timeout_errors ... ok
2026-06-04T14:18:16.0616957Z test ingest::tests::both_drops_ingested ... ok
2026-06-04T14:18:16.1906547Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-04T14:18:16.1908054Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-04T14:18:16.1909272Z test ingest::tests::no_drops_is_empty ... ok
2026-06-04T14:18:16.1913192Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-04T14:18:16.1914008Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-04T14:18:16.1915349Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-04T14:18:16.1916142Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-04T14:18:16.1918221Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-04T14:18:16.1918961Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-04T14:18:16.1919637Z test psyche::tests::prompt_without_event ... ok
2026-06-04T14:18:16.2775744Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-04T14:18:16.5337352Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-04T14:18:16.5558617Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-04T14:18:16.5565346Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-04T14:18:16.6958673Z test pulse::tests::tick_ingests_drops ... ok
2026-06-04T14:18:16.6963003Z test pulse::tests::tick_reports_idle ... ok
2026-06-04T14:18:16.8482479Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-04T14:18:16.9451934Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-04T14:18:17.1616148Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-04T14:18:17.3133088Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-04T14:18:17.3350412Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-04T14:18:17.4848649Z test resume::tests::download_composes_two_tiers ... ok
2026-06-04T14:18:17.4851156Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-04T14:18:17.4851842Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-04T14:18:17.4853274Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-04T14:18:17.4855874Z test signoff::tests::stale_signoff_swept ... ok
2026-06-04T14:18:17.5068502Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-04T14:18:17.5075378Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-04T14:18:17.5081026Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-04T14:18:17.5282475Z test turn::tests::turn_captures_stdout ... ok
2026-06-04T14:18:17.7755523Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-04T14:18:17.7756005Z 
2026-06-04T14:18:17.7756419Z test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.09s
2026-06-04T14:18:17.7756975Z 
2026-06-04T14:18:17.7761291Z      Running unittests src/lib.rs (target/debug/deps/spt_msg-38695e410b9c6062)
2026-06-04T14:18:17.7777160Z 
2026-06-04T14:18:17.7777413Z running 22 tests
2026-06-04T14:18:17.7784754Z test deliver::tests::deferred_send_validates ... ok
2026-06-04T14:18:17.8553951Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-04T14:18:17.9040083Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-04T14:18:17.9481313Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-04T14:18:17.9489055Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-04T14:18:17.9564158Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-04T14:18:17.9598385Z test deliver::tests::send_outcome_mapping ... ok
2026-06-04T14:18:17.9701712Z test listener::tests::drop_unregisters_address ... ok
2026-06-04T14:18:18.0083839Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-04T14:18:18.1080737Z test ready::tests::backlog_drains_on_start ... ok
2026-06-04T14:18:18.1121136Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-04T14:18:18.1244661Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-04T14:18:18.1245600Z test ring::tests::ring_no_perch ... ok
2026-06-04T14:18:18.2246829Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-04T14:18:18.2326218Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-04T14:18:18.2327724Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-04T14:18:18.2328591Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-04T14:18:18.2332695Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-04T14:18:18.2335388Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-04T14:18:18.3003072Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-04T14:18:18.3352909Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-04T14:18:18.6089743Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-04T14:18:18.6090136Z 
2026-06-04T14:18:18.6090538Z test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s
2026-06-04T14:18:18.6091096Z 
2026-06-04T14:18:18.6094657Z      Running tests/killer_quickstart.rs (target/debug/deps/killer_quickstart-dfb51824c339adc6)
2026-06-04T14:18:18.6109626Z 
2026-06-04T14:18:18.6109881Z running 2 tests
2026-06-04T14:18:18.8107994Z test offline_then_online_delivers_backlog ... ok
2026-06-04T14:18:18.9044710Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-04T14:18:18.9045181Z 
2026-06-04T14:18:18.9045587Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
2026-06-04T14:18:18.9046158Z 
2026-06-04T14:18:18.9048785Z      Running unittests src/lib.rs (target/debug/deps/spt_net-ea2252d0954697d5)
2026-06-04T14:18:18.9082646Z 
2026-06-04T14:18:18.9083039Z running 91 tests
2026-06-04T14:18:18.9091875Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-04T14:18:18.9093278Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:18:18.9094430Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:18:18.9095441Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:18:18.9096430Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:18:18.9097469Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-04T14:18:18.9099426Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-04T14:18:18.9100935Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-04T14:18:18.9102168Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-04T14:18:18.9110031Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-04T14:18:18.9111161Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-04T14:18:18.9112159Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-04T14:18:18.9113125Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-04T14:18:18.9114084Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-04T14:18:18.9115073Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-04T14:18:18.9116050Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-04T14:18:18.9117035Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-04T14:18:18.9118055Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-04T14:18:18.9145607Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-04T14:18:18.9160175Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-04T14:18:18.9210402Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-04T14:18:18.9226475Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-04T14:18:18.9269799Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-04T14:18:18.9270728Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-04T14:18:18.9272539Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-04T14:18:18.9274103Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-04T14:18:18.9298454Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-04T14:18:18.9307459Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-04T14:18:18.9308385Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-04T14:18:18.9315001Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-04T14:18:18.9316200Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-04T14:18:18.9317119Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-04T14:18:18.9318009Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-04T14:18:18.9318978Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-04T14:18:18.9320142Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-04T14:18:18.9321043Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-04T14:18:18.9322235Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-04T14:18:18.9323591Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-04T14:18:18.9324827Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-04T14:18:18.9325899Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-04T14:18:18.9327058Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-04T14:18:18.9341989Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-04T14:18:18.9680669Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-04T14:18:18.9830466Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-04T14:18:18.9980786Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-04T14:18:19.0010408Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-04T14:18:19.0306920Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-04T14:18:19.0360926Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-04T14:18:19.0380481Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-04T14:18:19.0381323Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-04T14:18:19.0382218Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-04T14:18:19.0383097Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-04T14:18:19.0383913Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-04T14:18:19.0384789Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-04T14:18:19.0385541Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-04T14:18:19.0386247Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-04T14:18:19.0387051Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-04T14:18:19.0387815Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-04T14:18:19.0388514Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-04T14:18:19.0389352Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-04T14:18:19.0390239Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-04T14:18:19.0398402Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-04T14:18:19.0399632Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-04T14:18:19.0400454Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-04T14:18:19.0401200Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-04T14:18:19.0402017Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-04T14:18:19.0402890Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-04T14:18:19.0403657Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-04T14:18:19.0404477Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-04T14:18:19.0405317Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-04T14:18:19.0406174Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-04T14:18:19.0406972Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-04T14:18:19.0407782Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-04T14:18:19.0408620Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-04T14:18:19.0409551Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-04T14:18:19.0410603Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-04T14:18:19.0411451Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:18:19.0412281Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:18:19.0413178Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:18:19.0414057Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:18:19.0414881Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:18:19.0415754Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:18:19.0416548Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:18:19.0417359Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-04T14:18:19.0418268Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-04T14:18:19.0419040Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:18:19.0420476Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:18:19.0421438Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:18:19.0422224Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-04T14:18:19.0457340Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-04T14:18:19.0537827Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-04T14:18:19.0538352Z 
2026-06-04T14:18:19.0538738Z test result: ok. 90 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.15s
2026-06-04T14:18:19.0539498Z 
2026-06-04T14:18:19.0562146Z      Running unittests src/lib.rs (target/debug/deps/spt_proto-8e50513b0f789f86)
2026-06-04T14:18:19.0575659Z 
2026-06-04T14:18:19.0575892Z running 54 tests
2026-06-04T14:18:19.0579734Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-04T14:18:19.0580426Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-04T14:18:19.0581267Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-04T14:18:19.0581892Z test addr::tests::display_round_trips ... ok
2026-06-04T14:18:19.0582581Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-04T14:18:19.0588820Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-04T14:18:19.0589952Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-04T14:18:19.0591783Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-04T14:18:19.0592718Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-04T14:18:19.0593541Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-04T14:18:19.0594306Z test endpoint::tests::broker_and_node_families ... ok
2026-06-04T14:18:19.0595105Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-04T14:18:19.0595877Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-04T14:18:19.0596735Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-04T14:18:19.0597637Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-04T14:18:19.0598627Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-04T14:18:19.0599797Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-04T14:18:19.0600891Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-04T14:18:19.0601795Z test envelope::tests::parser_both_tags_present ... ok
2026-06-04T14:18:19.0602638Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-04T14:18:19.0603673Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-04T14:18:19.0621365Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-04T14:18:19.0630159Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-04T14:18:19.0630944Z test event::tests::alarm_event_round_trips ... ok
2026-06-04T14:18:19.0631479Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-04T14:18:19.0632023Z test event::tests::attr_order_preserved ... ok
2026-06-04T14:18:19.0632642Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-04T14:18:19.0633282Z test event::tests::empty_body_envelope_parses ... ok
2026-06-04T14:18:19.0633916Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-04T14:18:19.0634544Z test event::tests::msg_event_round_trips ... ok
2026-06-04T14:18:19.0635202Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-04T14:18:19.0635918Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-04T14:18:19.0636535Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-04T14:18:19.0637104Z test id::tests::accepts_japanese_scripts ... ok
2026-06-04T14:18:19.0637648Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-04T14:18:19.0638737Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-04T14:18:19.0640677Z test id::tests::reports_bad_char_position ... ok
2026-06-04T14:18:19.0641492Z test id::tests::reserves_address_delimiters ... ok
2026-06-04T14:18:19.0642096Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-04T14:18:19.0642776Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-04T14:18:19.0643435Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-04T14:18:19.0644029Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-04T14:18:19.0644657Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-04T14:18:19.0645354Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-04T14:18:19.0646027Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-04T14:18:19.0646636Z test payload::tests::command_payload_round_trips ... ok
2026-06-04T14:18:19.0647212Z test payload::tests::text_payload_round_trips ... ok
2026-06-04T14:18:19.0647844Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-04T14:18:19.0655208Z test version::tests::current_version_self_compatible ... ok
2026-06-04T14:18:19.0656048Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-04T14:18:19.0656738Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-04T14:18:19.0657328Z test identity::tests::sign_verify_round_trip ... ok
2026-06-04T14:18:19.0657871Z test payload::tests::base64_known_vectors ... ok
2026-06-04T14:18:19.0883138Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-04T14:18:19.0883648Z 
2026-06-04T14:18:19.0884051Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-04T14:18:19.0884662Z 
2026-06-04T14:18:19.0886479Z      Running unittests src/lib.rs (target/debug/deps/spt_runtime-faba68fc47356a3c)
2026-06-04T14:18:19.0901661Z 
2026-06-04T14:18:19.0901983Z running 21 tests
2026-06-04T14:18:19.0908715Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-04T14:18:19.0909862Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-04T14:18:19.0914699Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-04T14:18:19.0915553Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-04T14:18:19.0923016Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-04T14:18:19.0940072Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-04T14:18:19.0940813Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-04T14:18:19.0947137Z test manifest::tests::round_trips_through_toml ... ok
2026-06-04T14:18:19.0947862Z test manifest::tests::shell_fixture_parses ... ok
2026-06-04T14:18:19.0951865Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-04T14:18:19.0952792Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-04T14:18:19.0968124Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-04T14:18:19.0969800Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-04T14:18:19.0970866Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-04T14:18:19.0972018Z test runtime::tests::fills_known_placeholders ... ok
2026-06-04T14:18:19.0973036Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-04T14:18:19.0974065Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-04T14:18:19.0978703Z test runtime::tests::unknown_role_errors ... ok
2026-06-04T14:18:19.0983012Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-04T14:18:19.1167710Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-04T14:18:19.3996885Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-04T14:18:19.3997415Z 
2026-06-04T14:18:19.3997867Z test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-04T14:18:19.3999479Z 
2026-06-04T14:18:19.4006152Z      Running unittests src/lib.rs (target/debug/deps/spt_store-6875abdd8a37f919)
2026-06-04T14:18:19.4022706Z 
2026-06-04T14:18:19.4023453Z running 130 tests
2026-06-04T14:18:19.4032715Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-04T14:18:19.4050029Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-04T14:18:19.4079048Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-04T14:18:19.4080434Z test access::tests::recent_outbound_persists ... ok
2026-06-04T14:18:19.4081204Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-04T14:18:19.4081878Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-04T14:18:19.4082604Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-04T14:18:19.4083370Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-04T14:18:19.4084114Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-04T14:18:19.4084891Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-04T14:18:19.4085556Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-04T14:18:19.4095807Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-04T14:18:19.4627849Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-04T14:18:19.5517872Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-04T14:18:19.5519534Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-04T14:18:19.5520613Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-04T14:18:19.5521582Z test contextmark::tests::merge_decisions ... ok
2026-06-04T14:18:19.5522767Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-04T14:18:19.5523644Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-04T14:18:19.5568382Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-04T14:18:19.5632864Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-04T14:18:19.5964496Z test contextstore::tests::invalid_id_refused ... ok
2026-06-04T14:18:19.6220733Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-04T14:18:19.7458702Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-04T14:18:19.8481755Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-04T14:18:20.0734445Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-04T14:18:20.0748109Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-04T14:18:20.0754371Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-04T14:18:20.0759753Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-04T14:18:20.0766236Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-04T14:18:20.0872868Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-04T14:18:20.0877140Z test history::tests::appends_one_record_per_line ... ok
2026-06-04T14:18:20.0900879Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-04T14:18:20.0911049Z test home::tests::home_assignment_matrix ... ok
2026-06-04T14:18:20.0912166Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-04T14:18:20.0919410Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-04T14:18:20.0920364Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-04T14:18:20.0929565Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-04T14:18:20.0941117Z test info::tests::corrupt_content_returns_none ... ok
2026-06-04T14:18:20.0946846Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-04T14:18:20.0950614Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-04T14:18:20.0963086Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-04T14:18:20.1007181Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-04T14:18:20.1008685Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-04T14:18:20.1338040Z test info::tests::set_status_marks_existing_record ... ok
2026-06-04T14:18:20.1339479Z test info::tests::write_read_round_trip ... ok
2026-06-04T14:18:20.1362120Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-04T14:18:20.1380436Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-04T14:18:20.1381701Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-04T14:18:20.1382808Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-04T14:18:20.1389133Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-04T14:18:20.1393187Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-04T14:18:20.1420643Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-04T14:18:20.1430723Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-04T14:18:20.1776479Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-04T14:18:20.1797703Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-04T14:18:20.2454238Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-04T14:18:20.2904663Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-04T14:18:20.2907933Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-04T14:18:20.2941472Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-04T14:18:20.3915033Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-04T14:18:20.3919132Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-04T14:18:20.3920079Z test perch::tests::classification_matrix ... ok
2026-06-04T14:18:20.3922278Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-04T14:18:20.3929256Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-04T14:18:20.3931790Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-04T14:18:20.3938592Z test perch::tests::resolve_self_is_flat ... ok
2026-06-04T14:18:20.3940789Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-04T14:18:20.3941582Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-04T14:18:20.3942274Z test proc::tests::current_process_is_alive ... ok
2026-06-04T14:18:20.3942923Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-04T14:18:20.3943562Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-04T14:18:20.3944125Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-04T14:18:20.3944855Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-04T14:18:20.4057964Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-04T14:18:20.4068419Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-04T14:18:20.4992925Z test project::tests::derivation_ladder ... ok
2026-06-04T14:18:20.5333688Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-04T14:18:20.5488648Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-04T14:18:20.5837422Z test registry::tests::register_and_lookup ... ok
2026-06-04T14:18:20.5898970Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-04T14:18:20.6429687Z test registry::tests::reregister_replaces_address ... ok
2026-06-04T14:18:20.6447378Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-04T14:18:20.6464000Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-04T14:18:20.6725658Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-04T14:18:20.6726474Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-04T14:18:20.6727469Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-04T14:18:20.6769560Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-04T14:18:20.7331316Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-04T14:18:20.8267377Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-04T14:18:20.8413604Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-04T14:18:20.9468675Z test spool::tests::reopen_is_idempotent ... ok
2026-06-04T14:18:21.0000223Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-04T14:18:21.0468854Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-04T14:18:21.0996196Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-04T14:18:21.0997033Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-04T14:18:21.1000391Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-04T14:18:21.1001419Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-04T14:18:21.1011908Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-04T14:18:21.1016784Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-04T14:18:21.1019539Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-04T14:18:21.1022663Z test subnet::tests::remove_drops_membership ... ok
2026-06-04T14:18:21.1028451Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-04T14:18:21.1039233Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-04T14:18:21.1566510Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-04T14:18:21.1934252Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-04T14:18:21.4491145Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-04T14:18:21.7422159Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-04T14:18:21.8045585Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-04T14:18:21.9536242Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-04T14:18:22.0507572Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-04T14:18:22.0508616Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-04T14:18:22.0509545Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-04T14:18:22.0510307Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-04T14:18:22.0511150Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-04T14:18:22.0511924Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-04T14:18:22.0512646Z test trust::tests::revoke_removes_trust ... ok
2026-06-04T14:18:22.0518240Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-04T14:18:22.0525554Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-04T14:18:22.0526333Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-04T14:18:22.0527044Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-04T14:18:22.0527725Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-04T14:18:22.0528434Z test visibility::tests::override_wins_both_directions ... ok
2026-06-04T14:18:22.0529147Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-04T14:18:22.0529969Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-04T14:18:22.0542584Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-04T14:18:22.0543821Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-04T14:18:22.1158473Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-04T14:18:22.4769379Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-04T14:18:23.1022381Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-04T14:18:23.1022942Z 
2026-06-04T14:18:23.1023369Z test result: ok. 130 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.70s
2026-06-04T14:18:23.1023917Z 
2026-06-04T14:18:23.1030282Z      Running unittests src/lib.rs (target/debug/deps/spt_term-fff656b4d6b0126e)
2026-06-04T14:18:23.1046582Z 
2026-06-04T14:18:23.1046920Z running 8 tests
2026-06-04T14:18:23.1078753Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-04T14:18:23.1107309Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-04T14:18:23.1108112Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-04T14:18:23.1108694Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-04T14:18:23.1109735Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-04T14:18:23.1110522Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-04T14:18:23.1111219Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-04T14:18:23.1158996Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-04T14:18:23.1159439Z 
2026-06-04T14:18:23.1159844Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:18:23.1160429Z 
2026-06-04T14:18:23.1164418Z      Running tests/digest.rs (target/debug/deps/digest-c83d710395950856)
2026-06-04T14:18:23.1180992Z 
2026-06-04T14:18:23.1181469Z running 1 test
2026-06-04T14:18:23.1244087Z test digest_parses_a_real_pty_stream ... FAILED
2026-06-04T14:18:23.1244671Z 
2026-06-04T14:18:23.1244824Z failures:
2026-06-04T14:18:23.1245031Z 
2026-06-04T14:18:23.1245274Z ---- digest_parses_a_real_pty_stream stdout ----
2026-06-04T14:18:23.1245661Z 
2026-06-04T14:18:23.1246205Z thread 'digest_parses_a_real_pty_stream' (1003602) panicked at crates/spt-term/tests/digest.rs:86:5:
2026-06-04T14:18:23.1247473Z first turn must collapse Write+Bash into a sprint; got Turn { input: Some("first request"), entries: [] }
2026-06-04T14:18:23.1250615Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-04T14:18:23.1251176Z 
2026-06-04T14:18:23.1251196Z 
2026-06-04T14:18:23.1251350Z failures:
2026-06-04T14:18:23.1251699Z     digest_parses_a_real_pty_stream
2026-06-04T14:18:23.1252050Z 
2026-06-04T14:18:23.1252485Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:18:23.1253130Z 
2026-06-04T14:18:23.1253436Z error: test failed, to rerun pass `-p spt-term --test digest`
2026-06-04T14:18:23.1362297Z ##[error]Process completed with exit code 101.
2026-06-04T14:18:23.1601987Z Post job cleanup.
2026-06-04T14:18:23.2829251Z [command]/usr/bin/git version
2026-06-04T14:18:23.2884069Z git version 2.34.1
2026-06-04T14:18:23.2929517Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/2ad32ecf-e7c9-4abb-b760-a324548e18a5/.gitconfig'
2026-06-04T14:18:23.2953152Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/2ad32ecf-e7c9-4abb-b760-a324548e18a5' before making global git config changes
2026-06-04T14:18:23.2954506Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:18:23.2961509Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T14:18:23.3011436Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:18:23.3055501Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T14:18:23.3304200Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:18:23.3334456Z http.https://github.com/.extraheader
2026-06-04T14:18:23.3347749Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-04T14:18:23.3390338Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T14:18:23.3627485Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:18:23.3668621Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T14:18:23.4087168Z Cleaning up orphan processes
2026-06-04T14:18:23.4696913Z Terminate orphan process: pid (1000309) (sleep)
2026-06-04T14:18:23.4734203Z Terminate orphan process: pid (1001130) (sleep)
